home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ASTRNOMY / HEAT0_1.ZIP / README.DOC < prev   
Text File  |  1993-11-10  |  2KB  |  55 lines

  1. Description:
  2.  
  3.                 X30/AURORA SPACECRAFT HEAT SHIELD DESIGN
  4.  
  5.   This program designs the heat shield for the X30 Aurora Spacecraft.
  6.   The shield is assumed to be of rectangular shape with square core.
  7.   Simple graphical representation of the steady-state heat distribution
  8.   is provided plus a table of numerical values. The program is adaptable
  9.   to other types of heat shield design problems unrelated to the X30
  10.   problem. Source for unix and DOS targets, GNU license.
  11.  
  12. Copyright: October, 1993 by Bill Wigginton, All Rights Reserved.
  13. GNU Licensing agreement: see files 'license.txt' and 'copying.txt'
  14.                          This software with sources may be freely
  15.                          distributed and recompiled subject to the
  16.                          license agreement.
  17.  
  18. mailing address:
  19.                     Bill Wigginton
  20.                     185 N. West Temple #311
  21.                     Salt Lake City, Utah 84103-1562
  22.  
  23. email address  : c-wwj@math.utah.edu (1993) or gustafson@math.utah.edu
  24.  
  25.  
  26. Running the Program
  27.  
  28.   Read 'heat.doc' for an understanding of the program, and then run
  29.   'heatdos.exe' (similar for UNIX Dec5000 and SUN4). Upon doing this you
  30.   shall see 4 options. The defaults are set for the X30 problem and
  31.   therefore no input is required.
  32.  
  33.               <S> To Solve Heat Problem
  34.               <P> To Plot Output to Disk or Screen
  35.               <L> To List Numerical Data to Disk or Screen
  36.               <Q> To Quit
  37.  
  38. Documentation
  39.  
  40.   Read 'heat.doc' for an overview of the program, some examples, and the
  41.   mathematical analysis.
  42.  
  43. Compiling
  44.  
  45.   Use f77 heat.f to compile 'heat' for the UNIX Dec5000 or SUN4. Use MS
  46.   fortran compiler 3.0 and the source file heatdos.for the DOS
  47.   compilation.
  48.  
  49. Miscellaneous Comments
  50.  
  51.   Even though the title is 'X30/Aurora Spacecraft Heat Shield Design',
  52.   this program has broader application than the title would lead one to
  53.   suspect. The X30 is just one example of many among the types of heat
  54.   shield design problems that this program can solve.
  55.